home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / drying.swf / scripts / frame_132 / PlaceObject2_183_701 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2008-08-08  |  162b  |  8 lines

  1. onClipEvent(load){
  2.    this.delay = 250;
  3.    delay_tmp = this.delay;
  4.    this.state = "stop";
  5.    sndRain = new Sound(this);
  6.    sndRain.attachSound("rain");
  7. }
  8.